C1.Silverlight.Uploader Namespace > UploadFilePartInfo Class > UploadFilePartInfo Constructor : UploadFilePartInfo Constructor(String,Byte[],Int32,Int32) |
'Declaration
Public Function New( _ ByVal filePartName As System.String, _ ByVal filePartData() As System.Byte, _ ByVal partNumber As System.Integer, _ ByVal partCount As System.Integer _ )
'Usage
Dim filePartName As System.String Dim filePartData() As System.Byte Dim partNumber As System.Integer Dim partCount As System.Integer Dim instance As New UploadFilePartInfo(filePartName, filePartData, partNumber, partCount)
public UploadFilePartInfo( System.string filePartName, System.byte[] filePartData, System.int partNumber, System.int partCount )
public UploadFilePartInfo( filePartName: System.String; filePartData: System.Bytearray of; partNumber: System.Integer; partCount: System.Integer );
public function UploadFilePartInfo( filePartName : System.String, filePartData : System.byte[], partNumber : System.int, partCount : System.int );
public: UploadFilePartInfo( System.string* filePartName, System.byte[]* filePartData, System.int partNumber, System.int partCount )
public: UploadFilePartInfo( System.String^ filePartName, System.array<byte>^ filePartData, System.int partNumber, System.int partCount )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2